From 85c8e29d78413bb863f6e3f020dfd00079eb42ea Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 15 Mar 2019 22:35:07 +0100 Subject: [PATCH] stylecontext: Move atk.h include where it belongs --- gtk/gtkstylecontext.h | 1 - gtk/gtkstylecontextprivate.h | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index 0f349ff368..13de1f1035 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -26,7 +26,6 @@ #include #include #include -#include G_BEGIN_DECLS diff --git a/gtk/gtkstylecontextprivate.h b/gtk/gtkstylecontextprivate.h index 3973215abb..81a2e2e3f1 100644 --- a/gtk/gtkstylecontextprivate.h +++ b/gtk/gtkstylecontextprivate.h @@ -26,6 +26,8 @@ #include "gtkbitmaskprivate.h" #include "gtkcssvalueprivate.h" +#include + G_BEGIN_DECLS GtkStyleContext *gtk_style_context_new_for_node (GtkCssNode *node); -- 2.30.2